-
Notifications
You must be signed in to change notification settings - Fork 0
porting dynamic-sidecar to pyndatic2 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
porting dynamic-sidecar to pyndatic2 #2
Conversation
…upgrade-dynamic-sidecar
…upgrade-dynamic-sidecar
…ade-dynamic-sidecar
…ade-dynamic-sidecar
…upgrade-dynamic-sidecar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Just a couple of comments from my side.
| "application/json": { | ||
| "schema": { | ||
| "$ref": "#/components/schemas/ActivityInfo" | ||
| "anyOf": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you notice that now (it seems OpenAPI 3.1) the nullable fields have this new schema with anyOf and the new type "null"?
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/settings.py
Outdated
Show resolved
Hide resolved
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/settings.py
Outdated
Show resolved
Hide resolved
|
We should bring this one direct to |
|
closing in favour of ITISFoundation#6534 |
What do these changes do?
Currently I'm stuck, waiting for service-library service to be properly fixed.
Related issue/s
How to test
Dev-ops checklist